Comments
-
sorry I am trying to use /import/firmware as pictured not /firmware/download
-
Regardless of where they get the information you must specify a specific country name to the API. Some SonicWALLs want 'Congo The Democratic Republic of the' v.s. 'Congo, The Democratic Republic of the' or some have additional or less countries for example. As far as I can tell there is no way to get what countries are…
-
Thank you Jamie! How is one supposed to know this without a post? Is there an index somewhere of these yml files?
-
You are correct I was mistaken. Notes in code differed from what I posted. I am still missing the information referenced. Bellow is the info referenced. { "geo_ip": { "block": { "countries": "@{unknown=False}" }, "logging": false, "exclude": { "group": "Default Geo-IP and Botnet Exclusion Group" }, "include": {…
-
After updating to the 6.5.4.13-105n firmware I am not able to get all expected fields with a GET to /geo-ip Sorry I AM able to get information from GET endpoint /geo-ip. Things look to be fixed with the GET but still having issues modifying settings.
-
After updating to the 6.5.4.13-105n firmware I am not able to get all expected fields with a GET to /geo-ip I am still having issues with PUT. I am unable to enable\configure geo-ip settings. Getting a (400) Bad Request error. Here is a sample of what I am PUT'n PUT https://<SONICWALL>/api/sonicos/geo-ip { "geo_ip": {…
-
And you must supply the whole interface object, not just the value you want changed as I did in my example.
-
/interface/ipv4/name/{NAME} doesn't work with 6.5 Is sending a PUT request to /interface/ipv4 the correct method for 6.5? Seems as though things are working as expected but want to make sure I am not missing another undocumented endpoint.
-
Your suggestion is working as expected. PUT /interface/ipv4/name/{NAME} { "interfaces": [ { "ipv4": { "https_redirect": false } } ] } Just a case of the endpoint not being documented.
-
Thank you for the response. If I was editing the interfaces as a whole wouldn't ALL my interfaces be reset with the PUT listed earlier? All my interface settings stay correct except the removal of the VLAN interfaces. There is no mention of that in the documentation.
-
Thanks for the quick response. Sorry for the delay had to go fix some devices, was pushed out to a few devices before the issue was discovered. I have switched to a TZ 270 on firmware SonicOS 7.0.1-5023 for further testing. PUT interfaces/ipv4 { "interfaces": [ { "ipv4": { "name": "U0", "https_redirect": false } } ] }
-
Thank you for looking into this issue @Jaime. I anxiously await a resolution.
-
Too bad 😥 OK, thank you for the response.
-
Moving the the ipv6 endpoint resolved my issue for all methods. Thank you for the quick reply.